home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / basic / pbasmlib.zip / BIBLIO.TXT < prev    next >
Text File  |  1994-02-12  |  5KB  |  135 lines

  1.                           
  2.                           PBASMLIB Bibliography
  3.                           ---------------------
  4.  
  5. The following books and other documents were helpful in the research, 
  6. design and creation of PBASMLIB.  This is not a complete list, but a 
  7. sample of some of the more useful books and resources.
  8.  
  9.  
  10. * Ralf Brown's Interrupt List
  11.   ---------------------------
  12. (C) Copyright 1989-1994 Ralf Brown
  13.  
  14. This is not a book but a freeware reference guide available on BBS's.  
  15. It's an absolutely thorough and indispensable technical reference to PC 
  16. interrupt calls, and it played a large part in PBASMLIB's development.
  17. Without it, PBASMLIB's install check module and the speech functions in
  18. the sound module would not have been possible.  Special thanks to Ralf 
  19. Brown for providing such a useful resource for PC programmers.
  20.  
  21.  
  22. * MS-DOS Functions - Programmer's Quick Reference Series
  23.   ------------------------------------------------------
  24. (C) Copyright 1988 by Ray Duncan, Microsoft Press
  25. ISBN 1-55615-128-4
  26.  
  27. A useful technical reference to MS-DOS interrupt calls.
  28.  
  29.  
  30. * IBM ROM BIOS - Programmer's Quick Reference Series
  31.   --------------------------------------------------
  32. (C) Copyright 1988 by Ray Duncan, Microsoft Press
  33. ISBN 1-55615-135-7
  34.  
  35. Another useful technical reference, this one on ROM BIOS
  36. interrupt calls.
  37.  
  38.  
  39. * The New Peter Norton Programmer's Guide to the IBM PC & PS/2
  40.   ------------------------------------------------------------
  41. By Peter Norton and Richard Wilton
  42. (C) Copyright 1985, 1988 Peter Norton/Microsoft Press
  43. ISBN 1-55615-131-4
  44.  
  45. A general programmer's guide to the PC, containing much useful
  46. information and many helpful hints.
  47.  
  48.  
  49. * PowerBASIC 3.0 Programmer's Guide and Reference Guide
  50.   -----------------------------------------------------
  51. (C) Copyright 1990, 1992 by Robert S. Zale
  52. Portions (C) Copyright 1987, 1989 Borland International
  53.  
  54. The PowerBASIC Programmer's Guide and Reference Guide are
  55. of course indispensable references when writing anything for
  56. PowerBASIC.  The PB online help is also excellent, and served
  57. as a great resource.
  58.  
  59.  
  60. * Advanced MS-DOS
  61.   ---------------
  62. (C) Copyright 1986 by Ray Duncan, Microsoft Press
  63. ISBN 0-914845-77-2
  64.  
  65. An old but very good book on advanced MS-DOS programming,
  66. including many examples in assembly language.  Still a good
  67. addition to any DOS programmer's library.
  68.  
  69.  
  70. * Programming the 8086/8088
  71.   -------------------------
  72. by James W. Coffron
  73. (C) Copyright 1983, Sybex Inc.
  74. ISBN 0-89588-120-9
  75.  
  76. A reference for 8086/8088 opcodes and operands, and
  77. a programming guide for these chips.
  78.  
  79.  
  80. * Borland Turbo Assembler User's Guide
  81.   ------------------------------------
  82. (C) Copyright 1988- Borland, International
  83.  
  84. Borland's excellent documentation for TASM was a great help
  85. in writing PBASMLIB.  It supplies many useful examples, and
  86. goes into great detail about TASM programming.  I'd recommend
  87. TASM as an assembler based on the quality of the documentation
  88. alone.
  89.  
  90.  
  91. * Peter Norton's Assembly Language Book for the IBM PC
  92.   ----------------------------------------------------
  93. by Peter Norton and John Socha
  94. (C) Copyright 1989 Brady Books, Inc.
  95.  
  96. Assembly language is not an easy topic to teach, but no one does
  97. it better than "the master," Peter Norton.  Studying this book finally
  98. enabled me to pick up 80x86 assembly language, and it's one of the best
  99. I've found for beginning assembly language programmers.
  100.  
  101.  
  102. * Writing and Marketing Shareware
  103.   -------------------------------
  104. (C) Copyright 1992, Steven C. Hudgik
  105. ISBN 0-8306-2552-6 (p)
  106.  
  107. The definitive work on Shareware, and the best guide I've found
  108. to (as the title suggests), writing and marketing Shareware.  All
  109. Shareware authors should have a copy of this book in their library.
  110.  
  111.  
  112. * Programming the Adlib/Soundblaster FM Music Chips, v2.0
  113.   -------------------------------------------------------
  114. (C) Copyright 1991, 1992 Jeffrey S. Lee
  115.  
  116. A text file in public circulation detailing the technical aspects
  117. of programming the Adlib and Soundblaster.  A key to the creation
  118. of the sound module of PBASMLIB.
  119.  
  120.  
  121. * Online Resource:
  122.   ---------------
  123.  
  124. Masterpiece BBS
  125. Kent, Wa
  126. Running Major BBS software
  127. (206) 281-3676
  128. (206) 639-0899
  129.  
  130. Masterpiece BBS, with 24 CD-ROMs online, was a great resource and help 
  131. when writing PBASMLIB.  One of the best BBS's in the Puget Sound area, 
  132. and possibly in the nation.  Many incoming phone lines and services 
  133. offered.  Give them a call!  You can leave me (the author of PBASMLIB)
  134. E-mail under the handle "Futureboy."
  135.